This is left over from an old effort to bundle gtk and its dependencies
into a Mac OS X Framework. The effort was more or less successful but
proved difficult to maintain and impractical to use because gtk programs
don't use the special Framework include syntax.
*/
TransformProcessType (&psn, kProcessTransformToForegroundApplication);
- /* Initialize GTK+ framework if there is one. */
- _gtk_quartz_framework_init_ptr = dlsym (RTLD_DEFAULT, "_gtk_quartz_framework_init");
- if (_gtk_quartz_framework_init_ptr)
- _gtk_quartz_framework_init_ptr ();
}
#include "config.h"
-#include <dlfcn.h>
#include <ApplicationServices/ApplicationServices.h>
#include "gdkquartzdisplay.h"